Operator: SoftplusSqrt-Affine-Gate (Fused CUDA Kernel)

Definition
- z = x * scale + bias
- m = sqrt(softplus(z))
- g = sigmoid(alpha * m + beta)
- y = x * g

Goal
- Fuse softplus and sqrt; target ≥1.30x speedup.
